JsonNumber Class |
Namespace: Independentsoft.Json.Parser
The JsonNumber type exposes the following members.
| Name | Description | |
|---|---|---|
| JsonNumber(Double) | Initializes a new instance of the JsonNumber class | |
| JsonNumber(Int32) | Initializes a new instance of the JsonNumber class | |
| JsonNumber(Int64) | Initializes a new instance of the JsonNumber class | |
| JsonNumber(Single) | Initializes a new instance of the JsonNumber class | |
| JsonNumber(String) | Initializes a new instance of the JsonNumber class |
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToDouble | ||
| ToFloat | ||
| ToInteger | ||
| ToLong | ||
| ToString | (Overrides ObjectToString.) |